runtime.traceLocker.GoPark (method)

4 uses

	runtime (current package)
		debugcall.go#L175: 			trace.GoPark(traceBlockDebugCall, 1)
		proc.go#L4247: 		trace.GoPark(mp.waitTraceBlockReason, mp.waitTraceSkip)
		proc.go#L4384: 		trace.GoPark(traceBlockPreempted, 0)
		traceruntime.go#L467: func (tl traceLocker) GoPark(reason traceBlockReason, skip int) {